ActiveReports.Viewer3 Request technical support
AddRange(Page[]) Method
See Also 


pages
Array of pages to be added to the collection.
Adds the specified array of Page objects to the collection.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub AddRange( _
   ByVal pages() As Page _
) 
Visual Basic (Usage)Copy Code
Dim instance As PagesCollection
Dim pages() As Page
 
instance.AddRange(pages)
C# 
public void AddRange( 
   Page[] pages
)

Parameters

pages
Array of pages to be added to the collection.

See Also